projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7008af
)
(set_frame_menubar): Don't add ibw to menubar_size.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 1996 13:40:40 +0000
(13:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 1996 13:40:40 +0000
(13:40 +0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index c4c6b97abe736cac7c964c6964659661285b251e..3eb56ff3120aa9563e5e835bd4e8a1bba63668c2 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-1814,6
+1814,8
@@
set_frame_menubar (f, first_time, deep_p)
+ f->output_data.x->menubar_widget->core.border_width)
: 0);
+#if 0 /* Experimentally, we now get the right results
+ for -geometry -0-0 without this. 24 Aug 96, rms. */
#ifdef USE_LUCID
if (FRAME_EXTERNAL_MENU_BAR (f))
{
@@
-1823,6
+1825,7
@@
set_frame_menubar (f, first_time, deep_p)
menubar_size += ibw;
}
#endif /* USE_LUCID */
+#endif /* 0 */
f->output_data.x->menubar_height = menubar_size;
}